home *** CD-ROM | disk | FTP | other *** search
- /**********************************************************************
- *
- * CustomGetFile Dialog Demo
- *
- * TrapUtils.h
- *
- * Written in CodeWarrior Gold 5.5
- * August 31, 1995
- *
- * Copyright © 1995 Carl B. Constantine
- * Some portions Copyright © 1995 MetroWerks, Inc.
- * Some portions Copyright © 1995 Apple Computer, Inc.
- *
- **********************************************************************/
-
- /*------------------------------------------------------------------
- #
- # File History
- #
- # Date Description of Change
- # ---- ---------------------
- # Aug 31/93 — Original creation of file
- #
- #
- -------------------------------------------------------------------*/
-
- #pragma once
-
- Boolean GestaltAvailable( void );
- Boolean HasGestaltAttr( OSType itsAttr, short itsBit );
- short GetPixelDepth( GDHandle theDevice );
- Boolean System7Available( void );
- Boolean TrapAvailable( short theTrap );
- TrapType GetTrapType( short theTrap );
- short NumToolboxTraps( void );
-
- /*============================ End of File ===================================*/
-